.home-blog-section {
    margin: 60px 0;
}

.home-blog-title {
    font-family: 'Fjalla One', sans-serif;
    font-size: 40px;
    font-weight:normal;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #2c2c2c;
}
/* Stile titolo identico a INFOPOINT / BLOG */
.home-blog-title {
    padding: 8px 0;
    margin: 0 0 30px;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
    position: relative;
    color: #2c2c2c;
    font: normal 40px 'Fjalla One', sans-serif;
    text-transform: uppercase;
}

.home-blog-title:after {
    content: '';
    width: 75px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2px;
    background: #E12C5F;
    transform: skewX(-30deg);
}

.home-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.home-blog-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform .2s ease;
}

.home-blog-item:hover {
    transform:none;
}

.home-blog-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.home-blog-item-title {
    font-family: 'Fjalla One', sans-serif;
    font-size: 20px;
    font-weight: normal;
    padding: 15px;
    color: #2c2c2c;
}

.home-blog-excerpt {
    font-family: 'Roboto', sans-serif !important;
    padding: 0 15px 20px;
    font-size: 14px;
    opacity: .8;
}
.home-blog-item p,
.home-blog-item div {
    font-family: 'Roboto', sans-serif !important;
}
/* LINK BLOG */
.home-blog-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.home-blog-item {
    transition: all .25s ease;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}

.home-blog-link:hover .home-blog-item {
    box-shadow: 0 6px 16px rgba(0,0,0,0.18);
    transition: all .25s ease;
}

.blog-more {
    margin-top: 12px;
    font-weight: 600;
    color: #E12C5F;
    text-align: right;
    font-size: 15px;
    transition: all .2s ease;
    text-transform: uppercase;
}

.home-blog-link:hover .blog-more {
    color: #c01f4c;
    transform: translateX(4px);
}

/* TOGGLE BLOG */

.year-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 4px 0;
}

.year-header .toggle {
    font-weight: bold;
    color: #E12C5F;
}
/* MOBILE: impaginazione verticale e leggibile */
@media (max-width: 9000px) {

    .home-blog-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

       .home-blog-section .home-blog-grid .home-blog-item {
        background: #ffffff !important;
        padding: 18px !important;
        border-radius: 8px !important;
        box-shadow: 0 3px 10px rgba(0,0,0,0.10) !important;
        display: block !important;
        margin-bottom: 20px !important;
    }
    
    .home-blog-date {
        font-size: 13px;
        color:#E12C5F;
        margin-bottom: 8px;
    }

    .home-blog-item-title {
        font-size: 20px;
        font-weight: normal;
        line-height: 1.25;
        margin-bottom: 10px;
        font-family: 'Fjalla One', sans-serif;
    }

    .home-blog-excerpt {
        font-size: 15px;
        line-height: 1.55;
        font-family: 'Roboto', sans-serif !important;
        color: #444;
        margin-bottom: 10px;
    }

    .home-blog-all-btn {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 12px 0;
        font-size: 16px;
        border-radius: 6px;
    }
}
/*********** AJAX ***********/
.ajax-loading-block-window{
    position: fixed;
	left:45%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin:50px 0 0 50px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #E12C5F;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
	z-index: 9999;
}
.ajax-loading-block-window:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #E12C5F;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.ajax-loading-block-window:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #E12C5F;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*********** HEADER ***********/
.header-link-wrapper a:before {
    width: 30px !important;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    vertical-align: top;
}
.ico-account:before {
    font-family: "venture-font";
    text-transform: none;
    content: "h";
    width: 25px;
    font-size: 13px;
    display: inline-block;
}
.ico-register:before {
    font-family: "venture-font";
    text-transform: none;
    content: "k";
    width: 25px;
    font-size: 13px;
    display: inline-block;
}
.header-links {
}
.ico-login:before{
	font-family:"venture-font";text-transform:none;content:"d";width:25px;font-size:12px;display:inline-block;
}
.ico-logout:before {
	font-family:"venture-font";text-transform:none;content:"i";width:25px;font-size:12px;display:inline-block;
}
.ico-inbox:before {
	font-family:"venture-font";text-transform:none;content:"j";width:25px;font-size:12px;display:inline-block
}
.ico-wishlist:before {
	font-family: "venture-font";
    text-transform: none;
    content: "f";
    width: 25px;
    font-size: 12px;
    display: inline-block;
    
}
/*** COLUMN ***/

.category-page-body .side-2 {
    width: 23.6%;
    margin-top: 0;
}
.category-page-body .page-body {
    width: 100%;
}

.block {
	float: none;
	width: auto;
	margin: 0 0 20px;
}
.block .title {
	cursor: default;
	font-size: 18px;
	padding: 0 3px 8px;
	border-bottom: 1px solid #d4d4d4;
	position: relative;
	background: #f5f5f5;
}
.block-manufacturer-navigation .title,
.block-vendor-navigation .title,
.block-popular-tags .title {
    padding: 0px 80px 8px 3px;
}

.block .title:before{
    content: '';
    width: 75px;
    height: 3px;
    position: absolute;
    top: auto;
    left: 0;
    right: auto;
    bottom: -2px;
    margin: auto;
    background: #E12C5F;
    -o-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
} 
.block .listbox {
	display: block !important;
    border: none;
    background: none;
}
.block .listbox:before {
    display: none;
}
.block .list li {
    position: relative;
}
.block .list a,
.block .list strong {
    padding: 8px 20px 8px 3px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
}
.block .list a:hover {
    color: #E12C5F;
}
.sublist-toggle-button {
    display: block;
    width: 19px;
    height: 18px;
    cursor: pointer;
    background: #e7e7e7;
    position: absolute;
    top: 8.5px;
    right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sublist-toggle-button:hover {
    background: #d5d5d5;
}
.sublist-toggle-button:before {
    content: "y";
    font-family: "venture-font";
    text-transform: none;
    font-size: 8px;
    text-align: center;
    width: 7px;
    height: 7px;
    color: #808080;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.sublist-toggle-button.open {
    background: #fff;
}
.sublist-toggle-button.open:before {
    content: "x";
    color: #E12C5F;
}
.block .sublist {
    padding: 0 0 0 15px;
}
.block .view-all {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
}
.block .view-all a {
    display: block;
    padding: 2px 13px 2px 0;
    border-top: none;
    color: #141617;
    font-size: 13px;
    position: relative;
}
.block .view-all a:after {
    font-family: "venture-font";
    text-transform: none;
    content: "q";
    font-size: 7px;
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    line-height: 20px;
}
.block-recently-viewed-products .listbox .list {
    padding: 20px 0;
}
.block-recently-viewed-products li {
    background: #fff;
    margin: 0 0 10px;
    display: table;
    width: 100%;
}
.block .list .product-picture {
    display: table-cell;
    width: 35%;
	vertical-align: middle;
    padding: 5px;
}
.block .list  .product-picture img {
	display: block;
	max-width: 100%;
}
.block .list .product-name {
	display: table-cell;
	width: 75%;
    padding: 10px;
	vertical-align: middle;
}
.block .list .product-name span {
    display: block;
}
.block .list .product-name .name {
    max-height: 38px;
    overflow: hidden;
    color: #2c2c2c;
    margin: 0 0 3px;
}
.block .list .product-name .price {
    color: #f3cc2e;
}
.block .tags {
    padding: 15px 0;
}
.block .tags a{
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.block .tags a:hover {
    color: #2c2c2c;
}
.block .poll strong {
    padding: 8px 3px;
}
.block .poll-options li, 
.block .poll-results li {
    margin: 0 3px;
}
.block .poll .buttons {
    margin: 0;
}
.block .poll .buttons, 
.block .poll-total-votes {
    padding: 8px 3px;
}
.block .poll .buttons input {
    padding: 8px 3px;
    background: none;
    color: #141617;
}
.block .poll-options,
.block .poll-results {
    margin: 0;
}
.block .poll .buttons input:hover {
    background: none !important;
    color: #141617;
}

/*** FORUM & PROFILE ***/


.forum-actions,
.topic-actions {
	margin: 0 0 10px;
	font-size: 0;
    text-align: center;
}
.forum-actions .actions a,
.topic-actions .actions a {
	display: inline-block;
    text-transform: none;
    color: #141617;
    margin: 0 10px 5px;
	padding: 7px 7px 7px 20px;
	font-size: 14px;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.forum-actions .actions a:hover,
.topic-actions .actions a:hover {
    color: #2c2c2c;
}
.forum-actions .actions a:before,
.topic-actions .actions a:before {
    font-family: "venture-font";
    content: "";
    position: absolute;
    left: 0;
}
.forum-actions .actions .new-topic:before {
    top: 7px;
    content: "0";
    font-size: 15px;
}
.forum-actions .actions .watch-forum,
.topic-actions .actions .watch-forum {
    padding-left: 21px;
}
.forum-actions .actions .watch-forum:before,
.topic-actions .actions .watch-forum:before {
    top: 8px;
    content: "Z";
}
.forum-actions .pager.upper,
.topic-actions .pager.upper {
	display: none;
}
.topic-actions a.reply-topic-button:before {
    top: 8px;
    content: "Y";
}
.topic-actions a.watch-topic-button:before {
    top: 8px;
    content: "Z";
}
.topic-actions a.move-topic-button:before {
    top: 8px;
    content: "X";
}
.topic-actions a.edit-topic-button:before {
    top: 9px;
    content: "k";
    font-size: 12px;
}
.topic-actions a.delete-topic-button:before {
    top: 8px;
    content: "s";
    font-size: 13px;
}
.topic-actions.lower .actions {
	display: none;
}


.topic-post .post-text {
    width: 100%;
    max-width: 100%;
    font-family: 'Roboto',sans-serif;
    color: #141617;
    padding: 10px;
}

/*=====================================================
    
    DESKTOP 1200

=====================================================*/

@media all and (min-width: 1201px) {

/* GLOBAL STYLES */

.mobile {
    display: none !important;
}

/* LEFT/RIGHT COLUMN */

.category-page-body .side-2 {
    width: 23.6%;
    margin-top: 0;
}
.category-page-body .page-body {
    width: 100%;
}

/* CATEGORY PAGE & GRIDS */

.product-grid .item-box .product-item:hover:before {
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
}

.item-box .additional-price-info {
    /*display: block;*/
    position: absolute;
    bottom: 5px;
    left: 25px;
    line-height: 20px;
    height: 20px;
    right: 55px;
    overflow: hidden;
}

/* PRODUCT PAGE */

.gallery {
	float: left;
	width: 50%;
} 
.gallery .picture {
  
}
.gallery .picture {
    width: 80%;
    float: right;
    margin: 0 0 40px;
}
.gallery .picture:only-child {
    width: 100%;
    float: none;
}
.gallery .picture-thumbs {
    width: 16%;
    float: left;
}
.gallery .thumb-item {
    width: 100%;
    margin: 0 0 20px;
}
.gallery .thumb-item:last-child {
    margin: 0;
}
.gallery .thumb-item {
   
}

.wishlist-content .button-2 {
        width: auto;
    }
 
.product-review-links a:last-child {
    color: #E12C5F;
}

/* WISHLIST & COMPARE LIST */

.wishlist-content .buttons {
	overflow: hidden;
}
.wishlist-content .button-2 {
    float: left;
	margin: 0 5px 0 0;
}
.wishlist-content .wishlist-add-to-cart-button {
    float: right;
    margin: 0;
}
/* SEARCH & SITEMAP */

.sitemap-page .entity {
    padding: 50px;
}
}
/* REVIEW PAGE 768*/

@media all and (min-width: 768px) {

/* GLOBAL STYLES */

.page {
	clear: both;
	text-align: left;
}

.product-review-item {
    padding: 30px 7% 30px 21%;
    position: relative;
    min-height: 200px;
}
.product-review-item .product-review-box {
    position: absolute;
    left: 2%;
    top: 30px;
    width: 15%;
    overflow: hidden;
}
.product-review-item .product-review-box .rating {
    float: right;
}
.product-review-item .review-info {
    position: absolute;
    left: 2%;
    top: 68px;
    width: 15%;
    text-align: right;
    font-size: 13px;
}
.product-review-item .review-info > span {
    display: block;
    margin: 0 0 5px;
}
.product-review-item .review-info > span.separator {
    display: none;
}
.product-review-item .review-info .user label,
.product-review-item .review-info .date label  {
    display: none;
}
.product-review-item .review-info a {
    padding: 0;
}
.product-review-item .product-review-helpfulness {
    text-align: right;
}
}
